Node.named_descendant_for_byte_range

Get the smallest named node within this node that spans the given range.

struct Node
const @nogc nothrow
named_descendant_for_byte_range
(
uint start
,
uint end
)

Return Value

Type: auto

A Nulllable!Node

Meta